home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Supervisor's Toolkit
/
Network Supervisor's Toolkit.iso
/
tools
/
lu62
/
include
/
confd.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-07-10
|
382b
|
14 lines
/*
The structure of the "confirmed" verb.
*/
struct confirmed {
unsigned char rsrv1[12]; /* Required for PORT */
unsigned int code; /* Verb operation code */
unsigned char e_cd; /* Verb extension code */
unsigned char rsrv2[5];
unsigned int prim_rc; /* Primary ret code */
unsigned long sec_rc; /* Secondary ret. code */
char tp_id[8];
unsigned long conv_id;
};